Spread Windows Forms 12.0 Product Documentation
Value Property (ActionResult<T>)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ActionResult<T> Structure : Value Property
Gets the T value represents the executing result.
Syntax
'Declaration
 
Public ReadOnly Property Value As T
'Usage
 
Dim instance As ActionResult(Of T)
Dim value As T
 
value = instance.Value
public T Value {get;}

Property Value

A T value represents the executing result.
See Also

Reference

ActionResult<T> Structure
ActionResult<T> Members